home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gStart, gEnd, gVisible
- puppetSound(0)
- unLoad()
- startTimer()
- set gStart to the frame + 1
- set gEnd to gStart + 82
- set gVisible to 0
- repeat with i = 41 to 45
- set the visible of sprite i to 0
- end repeat
- end
-